home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / CLINIC / NEWMSGU.DFM / NEWMSGU.txt
Text File  |  1997-04-25  |  618b  |  33 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 242
  5.   Height = 134
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object BtnNormalMessageDlg: TButton
  15.     Left = 32
  16.     Top = 40
  17.     Width = 75
  18.     Height = 25
  19.     Caption = '&Normal'
  20.     TabOrder = 0
  21.     OnClick = BtnNormalMessageDlgClick
  22.   end
  23.   object BtnNewMessageDlg: TButton
  24.     Left = 120
  25.     Top = 40
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'N&ew'
  29.     TabOrder = 1
  30.     OnClick = BtnNewMessageDlgClick
  31.   end
  32. end
  33.